object fmCreateEmailOptions: TfmCreateEmailOptions Left = 461 Top = 287 ActiveControl = edFilename BorderStyle = bsDialog Caption = 'Compress and Email Options' ClientHeight = 200 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object laFilename: TLabel Left = 8 Top = 8 Width = 84 Height = 13 Caption = 'Archive File &name' FocusControl = edFilename end object laArchiveType: TLabel Left = 8 Top = 56 Width = 63 Height = 13 Caption = '&Archive Type' FocusControl = cbArchiveType end object laCompression: TLabel Left = 8 Top = 104 Width = 60 Height = 13 Caption = 'C&ompression' FocusControl = cbCompression end object Bevel1: TBevel Left = 8 Top = 160 Width = 281 Height = 9 Shape = bsTopLine end object cbArchiveType: TComboBox Left = 8 Top = 72 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 6 TabOrder = 1 Text = 'Zip Archive (*.zip)' OnChange = cbArchiveTypeChange Items.Strings = ( 'BlakHole Archive (*.bh)' 'Microsoft Cabinet (*.cab)' 'Javasoft Archive (*.jar)' 'LHA Archive (*.lha)' 'LZH Archive (*.lzh)' 'Unix Tape Archive (*.tar)' 'Zip Archive (*.zip)') end object cbCompression: TComboBox Left = 8 Top = 120 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 2 Text = 'Maximum' Items.Strings = ( 'Maximum' 'Normal' 'Minimum' 'None') end object edFilename: TEdit Left = 8 Top = 24 Width = 281 Height = 21 TabOrder = 0 end object buPassword: TButton Left = 176 Top = 72 Width = 113 Height = 25 Caption = '&Password' TabOrder = 3 OnClick = buPasswordClick end object ckSaveFullPath: TCheckBox Left = 176 Top = 120 Width = 113 Height = 17 Caption = 'Save &full path info' TabOrder = 4 end object buCreate: TButton Left = 31 Top = 168 Width = 75 Height = 25 Caption = '&OK' Default = True TabOrder = 5 OnClick = buCreateClick end object buCancel: TButton Left = 111 Top = 168 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object buHelp: TButton Left = 191 Top = 168 Width = 75 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = buHelpClick end end